home *** CD-ROM | disk | FTP | other *** search
/ Total Java Scripts / Total Java Scripts.iso / JavaApplets / navigation / dltree101 / os_script.txt < prev    next >
Encoding:
Text File  |  1998-10-31  |  2.8 KB  |  89 lines

  1. <TREE_SCRIPT> 1.01
  2.  
  3.     <HEAD>
  4.     </HEAD>
  5.     
  6.     <BODY>
  7.         # MENU 1
  8.         # ------
  9.         <MENU> text = "Overview"
  10.             <LINK> text = welcome, urlsource=os_welcome.html, MouseOutImage=home.gif, MouseOverImage=home.gif
  11.             
  12.             <MENU> text = "Features ...", 
  13.                 <LINK> text = "web designer", urlsource=webdesigner.html
  14.                 <LINK> text = "end-user", urlsource=enduser.html
  15.             </MENU>
  16.         </MENU>
  17.  
  18.         # MENU 2
  19.         # ------
  20.  
  21.         <MENU> text = "Conditions of use"
  22.             <LINK> text = "license agreement", urlsource=license.html, MouseOutImage=caution.gif, MouseOverImage=caution.gif
  23.             <LINK> text = "non-commercial", urlsource=nocom.html
  24.             <LINK> text = "commercial or intranet", urlsource=ol_com.html
  25.         </MENU>
  26.  
  27.         # MENU 3
  28.         # ------
  29.  
  30.         <MENU> text = "User manual"
  31.             <LINK> text="required files", urlsource=os_reqfile.html, MouseOutImage=stop.gif, MouseOverImage=stop.gif
  32.             
  33.             <MENU> text = "Reference manual"
  34.  
  35.                 # -------------------- html file ----------------------
  36.                 <MENU> text = "Html file"
  37.                     <LINK> text=overview, urlsource=over1.html, MouseOutImage=magnify.gif, MouseOverImage=magnify.gif
  38.                     <LINK> text=required, urlsource=requ1.html, MouseOutImage=stop.gif, MouseOverImage=stop.gif
  39.  
  40.                     <MENU> text=Optional
  41.                         <LINK> text=tree, urlsource=opt1.html
  42.                         <LINK> text=scrollbar, urlsource=opt2.html
  43.                         <LINK> text=global, urlsource=opt3.html
  44.                     </MENU>
  45.                 </MENU>
  46.                 
  47.                 # -------------------- script file ----------------------
  48.                 <MENU> text = "Script file"
  49.                     <LINK> text = "overview", urlsource=over2.html, MouseOutImage=magnify.gif, MouseOverImage=magnify.gif
  50.                     <LINK> text = "required", urlsource=requ2.html, MouseOutImage=stop.gif, MouseOverImage=stop.gif
  51.  
  52.                     <MENU> text=Head
  53.                         <LINK> text = "definition", urlsource=def1.html
  54.                         <LINK> text = "properties", urlsource=prop1.html
  55.                         <LINK> text = "example", urlsource=ex1.html
  56.                     </MENU>
  57.                         
  58.  
  59.                     <MENU> text=Body
  60.                         <LINK> text = "definition", urlsource=def2.html
  61.                         <LINK> text = "properties", urlsource=prop2.html
  62.                         <LINK> text = "example", urlsource=ex2.html
  63.                     </MENU>
  64.  
  65.                 </MENU>
  66.  
  67.                 <MENU> text = "Formats"
  68.                     <LINK> text = "text font", urlsource=os_font.html
  69.                     <LINK> text = "color", urlsource=os_color.html
  70.                     <LINK> text = "image file", urlsource=os_image.html
  71.                     <LINK> text = "audio file", urlsource=os_audio.html
  72.                 </MENU>
  73.  
  74.                 <LINK> Text = lexicon, UrlSource=lex.html, MouseOutImage=note.gif, MouseOverImage=note.gif
  75.                 
  76.             </MENU>
  77.             
  78.             <LINK> text = "F.A.Q.", urlsource=faq.html, MouseOutImage=questionmark.gif, MouseOverImage=questionmark.gif
  79.  
  80.         </MENU>
  81.         
  82.         # E-MAIL
  83.         # ------
  84.         <LINK> text = "e-mail", urlsource="mailto:robdella@webshuttle.ch?SUBJECT=TreeApplet ...", urltarget=_self, MouseOutImage=mail.gif, MouseOverImage=mail.gif
  85.         
  86.         
  87.     </BODY>
  88.  
  89. </TREE_SCRIPT>